Reorder cached pipeline definition mapping by Def ID#129631
Open
Copilot wants to merge 2 commits into
Open
Conversation
Co-authored-by: JulieLeeMSFT <63486087+JulieLeeMSFT@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix code based on review comment
Reorder cached pipeline definition mapping by Def ID
Jun 19, 2026
JulieLeeMSFT
approved these changes
Jun 24, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Reorders the Cached Definition ID Mapping table in the CI pipeline monitor skill documentation to keep entries in ascending numeric Def ID order (improving scanability and reducing churn when adding new mappings).
Changes:
- Reordered the cached mapping rows so
Def IDvalues increase monotonically (including placing thecrossgen2*entries in their sorted positions). - Removed a stray empty table row at the end of the cached mapping table.
Comments suppressed due to low confidence (1)
.github/skills/ci-pipeline-monitor/pipelines.md:81
- The diff also removes a stray empty table row at the end of the cached mapping table (previously a line that was just
|). The PR description claims this was a reorder-only change with no removed rows; please either update the description to mention this cleanup, or restore the row if you want the description to stay accurate.
| runtime-coreclr superpmi-collect | — | **Private — skip** |
| runtime-coreclr jitrollingbuild | — | **Private — skip** |
JulieLeeMSFT
approved these changes
Jun 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addresses the single requested PR review comment by updating only the cached mapping table ordering in the CI pipeline monitor skill docs. No functional or scope-expanding edits were made.
Description
/home/runner/work/runtime/runtime/.github/skills/ci-pipeline-monitor/pipelines.mdunder Cached Definition ID Mapping so rows are in ascending numericDef IDorder.crossgen2mapping rows (124,134,136,141) to their correct sorted positions relative to surrounding entries.Change shape